home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TOPTIONFORM / TOPTIONFORM.txt
Text File  |  2001-04-04  |  21KB  |  700 lines

  1. object OptionForm: TOptionForm
  2.   Left = 195
  3.   Top = 109
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Environmental setting'
  7.   ClientHeight = 446
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object PageControl1: TPageControl
  25.     Left = 8
  26.     Top = 8
  27.     Width = 393
  28.     Height = 401
  29.     ActivePage = TabSheet2
  30.     TabOrder = 0
  31.     object TabSheet2: TTabSheet
  32.       Caption = 'General'
  33.       ImageIndex = 1
  34.       ParentShowHint = False
  35.       ShowHint = True
  36.       object GroupBox2: TGroupBox
  37.         Left = 8
  38.         Top = 249
  39.         Width = 369
  40.         Height = 78
  41.         Caption = 'Folder setting'
  42.         TabOrder = 3
  43.         object Label1: TLabel
  44.           Left = 16
  45.           Top = 49
  46.           Width = 67
  47.           Height = 12
  48.           Caption = '&Temporary file:'
  49.           FocusControl = TempFolderEdit
  50.         end
  51.         object Label2: TLabel
  52.           Left = 16
  53.           Top = 22
  54.           Width = 67
  55.           Height = 12
  56.           Caption = '&Output file:'
  57.           FocusControl = OutputFolderEdit
  58.         end
  59.         object TempFolderEdit: TEdit
  60.           Left = 96
  61.           Top = 45
  62.           Width = 212
  63.           Height = 20
  64.           TabOrder = 2
  65.           OnKeyDown = EditKeyDown
  66.         end
  67.         object TempFolderButton: TButton
  68.           Left = 312
  69.           Top = 43
  70.           Width = 47
  71.           Height = 25
  72.           Caption = 'Browse'
  73.           TabOrder = 3
  74.           OnClick = TempFolderButtonClick
  75.         end
  76.         object OutputFolderButton: TButton
  77.           Left = 312
  78.           Top = 16
  79.           Width = 47
  80.           Height = 25
  81.           Caption = 'Browse'
  82.           TabOrder = 1
  83.           OnClick = OutputFolderButtonClick
  84.         end
  85.         object OutputFolderEdit: TEdit
  86.           Left = 96
  87.           Top = 18
  88.           Width = 212
  89.           Height = 20
  90.           TabOrder = 0
  91.           OnKeyDown = EditKeyDown
  92.         end
  93.       end
  94.       object GroupBox4: TGroupBox
  95.         Left = 8
  96.         Top = 100
  97.         Width = 369
  98.         Height = 87
  99.         Caption = 'Canopus DV Codec'
  100.         TabOrder = 1
  101.         object EnableDVCodec411: TCheckBox
  102.           Left = 16
  103.           Top = 40
  104.           Width = 345
  105.           Height = 17
  106.           Hint = 
  107.             'Convert from 4:1:1 to 4:4:4 when YUV is converted to RGB.'#13#10#13#10'DV ' +
  108.             'format is saved in YUV 4:1:1,  some block stands out at reddish ' +
  109.             'part.'#13#10'Here, 4:1:1 is converted to 4:4:4.'
  110.           Caption = 'Interpolate YUV data from 4:1:1 to 4:4:4'
  111.           TabOrder = 1
  112.           OnKeyDown = EditKeyDown
  113.         end
  114.         object EnableDVCodecNetworkFile: TCheckBox
  115.           Left = 16
  116.           Top = 19
  117.           Width = 351
  118.           Height = 17
  119.           Hint = 
  120.             'Enable reading referrd format AVI thorough network.'#13#10'As followin' +
  121.             'g step, data file(e.g.*.000) is searched.'#13#10#13#10'  1. In case of thr' +
  122.             'ough the network, search data file which is stored same PC as AV' +
  123.             'I file stored.'#13#10'  2. In case of through the network, search data' +
  124.             ' file which is stored same directory as AVI file stored.'#13#10'  3. S' +
  125.             'earch data with original file name.'#13#10'  4. Search data file which' +
  126.             ' is stored same directory as AVI file stored.'#13#10'  5. Search data ' +
  127.             'file whose name is same as AVI file and, stored same directory a' +
  128.             's AVI file stored.'
  129.           Caption = 'Enable reading referrd format AVI thorough network(always ON)'
  130.           Checked = True
  131.           ParentShowHint = False
  132.           ShowHint = True
  133.           State = cbChecked
  134.           TabOrder = 0
  135.           OnClick = EnableDVCodecNetworkFileClick
  136.           OnKeyDown = EditKeyDown
  137.         end
  138.         object DVCodecColorSpace: TComboBox
  139.           Left = 192
  140.           Top = 59
  141.           Width = 161
  142.           Height = 20
  143.           Style = csDropDownList
  144.           ItemHeight = 12
  145.           Items.Strings = (
  146.             'Basic YCbCr (Default)'
  147.             'CCIR-601 (DV Standard)'
  148.             'YUV')
  149.           TabOrder = 3
  150.         end
  151.         object EnableDVCodecColorSpace: TCheckBox
  152.           Left = 16
  153.           Top = 61
  154.           Width = 172
  155.           Height = 17
  156.           Caption = 'Set equation for color space'
  157.           TabOrder = 2
  158.           OnClick = EnableDVCodecColorSpaceClick
  159.         end
  160.       end
  161.       object GroupBox7: TGroupBox
  162.         Left = 8
  163.         Top = 195
  164.         Width = 369
  165.         Height = 44
  166.         Caption = 'Panasonic and I-O DATA DV GigaAVI CODEC'
  167.         TabOrder = 2
  168.         object EnableDVCodecNetworkFile2: TCheckBox
  169.           Left = 16
  170.           Top = 18
  171.           Width = 351
  172.           Height = 17
  173.           Hint = 
  174.             'Enable reading referrd format AVI thorough network.'#13#10'As followin' +
  175.             'g step, data file(e.g.*.000) is searched.'#13#10#13#10'  1. In case of thr' +
  176.             'ough the network, search data file which is stored same PC as AV' +
  177.             'I file stored.'#13#10'  2. In case of through the network, search data' +
  178.             ' file which is stored same directory as AVI file stored.'#13#10'  3. S' +
  179.             'earch data with original file name.'#13#10'  4. Search data file which' +
  180.             ' is stored same directory as AVI file stored.'#13#10'  5. Search data ' +
  181.             'file whose name is same as AVI file and, stored same directory a' +
  182.             's AVI file stored.'
  183.           Caption = 'Enable reading referrd format AVI thorough network(always ON)'
  184.           Checked = True
  185.           ParentShowHint = False
  186.           ShowHint = True
  187.           State = cbChecked
  188.           TabOrder = 0
  189.           OnClick = EnableDVCodecNetworkFileClick
  190.           OnKeyDown = EditKeyDown
  191.         end
  192.       end
  193.       object GroupBox9: TGroupBox
  194.         Left = 8
  195.         Top = 8
  196.         Width = 369
  197.         Height = 89
  198.         Caption = 'General setting'
  199.         TabOrder = 0
  200.         object EnableMuxMode: TCheckBox
  201.           Left = 16
  202.           Top = 19
  203.           Width = 345
  204.           Height = 17
  205.           Hint = 
  206.             'Set mux://file name to enable multiple for video/audio source.'#13#10 +
  207.             'If this option is enabled, set as following example:'#13#10#13#10'Video so' +
  208.             'urce: c:\test\news.avi'#13#10'Audio source: mux://c:\test\news.mp2'#13#10#13#10 +
  209.             'In this case, while encoding the movie, it is possible to multip' +
  210.             'lex'#13#10'c:\test\news.avi and c:\test\news.mp2 at the same time.'
  211.           Caption = 'Enable multiplex with "mux://file name" for video/audio source.'
  212.           TabOrder = 0
  213.           OnKeyDown = EditKeyDown
  214.         end
  215.         object EditBitRateStepUnit: TCheckBox
  216.           Left = 16
  217.           Top = 40
  218.           Width = 345
  219.           Height = 17
  220.           Hint = 'Set unit when editing MPEG-Video bitrate.'
  221.           Caption = 'Edit bitrate by bps not kbps'
  222.           TabOrder = 1
  223.           OnKeyDown = EditKeyDown
  224.         end
  225.         object DisableOSFileCache: TCheckBox
  226.           Left = 16
  227.           Top = 61
  228.           Width = 337
  229.           Height = 17
  230.           Hint = 
  231.             'Disables cache by Operating system to access file(s).'#13#10'This sett' +
  232.             'ing will cause slower performance.'#13#10#13#10'This setting is only avail' +
  233.             'able when TMPGenc accesses to file(s) directly. '#13#10'For VFAPI plug' +
  234.             '-in, the following plug-ins are supported by the setting.'#13#10#13#10'> A' +
  235.             'VI2(OpenDML) File Reader'#13#10'> BMP/PPM/TGA/JPG File Reader'#13#10'> Wave ' +
  236.             'File Reader'#13#10'> TMPGEnc Project File Reader'#13#10#13#10'This option does n' +
  237.             'ot need for Windows9x/ME.'
  238.           Caption = 'Do not us cache function by Operating system to access file.'
  239.           TabOrder = 2
  240.         end
  241.       end
  242.     end
  243.     object TabSheet1: TTabSheet
  244.       Caption = 'CPU'
  245.       ImageIndex = 4
  246.       object GroupBox3: TGroupBox
  247.         Left = 8
  248.         Top = 8
  249.         Width = 369
  250.         Height = 145
  251.         Caption = 'CPU setting'
  252.         TabOrder = 0
  253.         object Label3: TLabel
  254.           Left = 280
  255.           Top = 120
  256.           Width = 47
  257.           Height = 12
  258.           Caption = 'processors'
  259.         end
  260.         object CPU_UseMMX: TCheckBox
  261.           Left = 16
  262.           Top = 19
  263.           Width = 105
  264.           Height = 17
  265.           Hint = 'Use MMX technology'
  266.           Caption = 'Enable MMX'
  267.           TabOrder = 0
  268.           OnClick = CPU_UseMMXClick
  269.           OnKeyDown = EditKeyDown
  270.         end
  271.         object CPU_Use3DNow: TCheckBox
  272.           Left = 16
  273.           Top = 99
  274.           Width = 121
  275.           Height = 17
  276.           Hint = 'Use 3D Now!'
  277.           Caption = 'Enable 3D Now!'
  278.           TabOrder = 3
  279.           OnClick = CPU_UseMMXClick
  280.           OnKeyDown = EditKeyDown
  281.         end
  282.         object CPU_UseSSE: TCheckBox
  283.           Left = 16
  284.           Top = 59
  285.           Width = 97
  286.           Height = 17
  287.           Hint = 'Use Streaming SIMD Extension.'
  288.           BiDiMode = bdRightToLeft
  289.           Caption = 'Enable SSE'
  290.           ParentBiDiMode = False
  291.           TabOrder = 2
  292.           OnClick = CPU_UseMMXClick
  293.           OnKeyDown = EditKeyDown
  294.         end
  295.         object CPU_UseMMX2: TCheckBox
  296.           Left = 16
  297.           Top = 39
  298.           Width = 121
  299.           Height = 17
  300.           Hint = 'Use MMX-2 command added to PentiumIII or Athlon.'
  301.           Caption = 'Enable MMX-2'
  302.           TabOrder = 1
  303.           OnClick = CPU_UseMMXClick
  304.           OnKeyDown = EditKeyDown
  305.         end
  306.         object CPU_UseMultiprocessor: TCheckBox
  307.           Left = 16
  308.           Top = 119
  309.           Width = 145
  310.           Height = 17
  311.           Hint = 'Use more than 2 CPU.'
  312.           Caption = 'Use multi-thread'
  313.           TabOrder = 4
  314.           OnClick = CPU_UseMMXClick
  315.           OnKeyDown = EditKeyDown
  316.         end
  317.         object CPU_UseMultiprocessorCount: TEdit
  318.           Left = 232
  319.           Top = 116
  320.           Width = 41
  321.           Height = 20
  322.           Color = clBtnFace
  323.           ReadOnly = True
  324.           TabOrder = 5
  325.           OnKeyDown = EditKeyDown
  326.         end
  327.         object CPU_UseSSE2: TCheckBox
  328.           Left = 16
  329.           Top = 79
  330.           Width = 121
  331.           Height = 17
  332.           Hint = 'Enable SSE order added for Pentium 4.'
  333.           BiDiMode = bdRightToLeft
  334.           Caption = 'Enable SSE-2'
  335.           ParentBiDiMode = False
  336.           TabOrder = 6
  337.           OnClick = CPU_UseMMXClick
  338.           OnKeyDown = EditKeyDown
  339.         end
  340.       end
  341.       object GroupBox6: TGroupBox
  342.         Left = 8
  343.         Top = 162
  344.         Width = 369
  345.         Height = 90
  346.         Caption = 'Multi-thread setting'
  347.         TabOrder = 1
  348.         object Label7: TLabel
  349.           Left = 16
  350.           Top = 22
  351.           Width = 4
  352.           Height = 12
  353.           FocusControl = MultithreadFetchSize_Video
  354.         end
  355.         object Label8: TLabel
  356.           Left = 215
  357.           Top = 62
  358.           Width = 17
  359.           Height = 12
  360.           Caption = 'MB'
  361.         end
  362.         object MultithreadFetchSize_Video: TSpinEdit
  363.           Left = 144
  364.           Top = 58
  365.           Width = 65
  366.           Height = 21
  367.           Hint = 
  368.             'When multi-thread is enabled, set how many MB the Video data is ' +
  369.             'prefetched.'
  370.           MaxValue = 1024
  371.           MinValue = 0
  372.           TabOrder = 3
  373.           Value = 1
  374.           OnKeyDown = EditKeyDown
  375.         end
  376.         object EnableVideoAnalyzePipeline: TCheckBox
  377.           Left = 16
  378.           Top = 40
  379.           Width = 193
  380.           Height = 17
  381.           Hint = 
  382.             'Enable pipeline for Motion search.'#13#10#13#10'More memory will be used i' +
  383.             'f this option is enabled. Also, when encoding,'#13#10'preview will not' +
  384.             ' be displayed properly, this is normal.'
  385.           Caption = 'Enable pipeline for Motion search'
  386.           TabOrder = 1
  387.           OnKeyDown = EditKeyDown
  388.         end
  389.         object EnableFetchVideo: TCheckBox
  390.           Left = 16
  391.           Top = 61
  392.           Width = 121
  393.           Height = 17
  394.           Hint = 'Read Video data asynchronously'
  395.           Caption = 'Prefetch Video'
  396.           TabOrder = 2
  397.           OnClick = EnableFetchVideoClick
  398.           OnKeyDown = EditKeyDown
  399.         end
  400.         object EnableVideoPipeline: TCheckBox
  401.           Left = 16
  402.           Top = 19
  403.           Width = 145
  404.           Height = 17
  405.           Hint = 
  406.             'Enable pipeline for MPEG-Video encode.'#13#10#13#10'More memory will be us' +
  407.             'ed if this option is enabled.Also, when encoding,'#13#10'preview will ' +
  408.             'not be displayed properly, this is normal.'
  409.           Caption = 'Enable pipeline'
  410.           TabOrder = 0
  411.           OnKeyDown = EditKeyDown
  412.         end
  413.         object MultithreadFetchSize_VideoCheck: TCheckBox
  414.           Left = 245
  415.           Top = 60
  416.           Width = 113
  417.           Height = 17
  418.           Hint = 
  419.             'It does not try to obtain buffer any more if there are no free s' +
  420.             'pace on physical memory.'
  421.           Caption = 'Check free space'
  422.           TabOrder = 4
  423.           OnKeyDown = EditKeyDown
  424.         end
  425.       end
  426.     end
  427.     object TabSheet3: TTabSheet
  428.       Caption = 'Sound'
  429.       ImageIndex = 2
  430.       object GroupBox1: TGroupBox
  431.         Left = 8
  432.         Top = 8
  433.         Width = 369
  434.         Height = 53
  435.         Caption = 'Sound'
  436.         TabOrder = 0
  437.         object Sound_EncodeFinishFileName: TEdit
  438.           Left = 104
  439.           Top = 20
  440.           Width = 202
  441.           Height = 20
  442.           TabOrder = 0
  443.           OnKeyDown = EditKeyDown
  444.         end
  445.         object Sound_EncodeFinishBrowseFileName: TButton
  446.           Left = 311
  447.           Top = 17
  448.           Width = 47
  449.           Height = 25
  450.           Caption = 'Browse'
  451.           TabOrder = 1
  452.           OnClick = Sound_EncodeFinishBrowseFileNameClick
  453.         end
  454.         object Sound_EncodeFinish: TCheckBox
  455.           Left = 16
  456.           Top = 22
  457.           Width = 86
  458.           Height = 17
  459.           Caption = 'Finish:'
  460.           TabOrder = 2
  461.           OnClick = Sound_EncodeFinishClick
  462.           OnKeyDown = EditKeyDown
  463.         end
  464.       end
  465.     end
  466.     object TabSheet4: TTabSheet
  467.       Caption = 'External tool'
  468.       ImageIndex = 3
  469.       object GroupBox5: TGroupBox
  470.         Left = 8
  471.         Top = 8
  472.         Width = 369
  473.         Height = 81
  474.         Caption = 'External audio encoder'
  475.         TabOrder = 0
  476.         object UseMPEGAudioEncoder2: TCheckBox
  477.           Left = 16
  478.           Top = 22
  479.           Width = 65
  480.           Height = 17
  481.           Hint = 
  482.             'Use external encoder to encode MPEG-Audio Layer 2.'#13#10#13#10'This is li' +
  483.             'st of supported encoder.'#13#10#13#10
  484.           Caption = 'Layer-2'
  485.           TabOrder = 0
  486.           OnClick = UseMPEGAudioEncoder2Click
  487.           OnKeyDown = EditKeyDown
  488.         end
  489.         object MPEGAudioEncoderFileNameEdit2: TComboBox
  490.           Left = 83
  491.           Top = 20
  492.           Width = 224
  493.           Height = 20
  494.           ItemHeight = 12
  495.           TabOrder = 1
  496.           OnKeyDown = EditKeyDown
  497.         end
  498.         object MPEGAudioEncoderFileNameButton2: TButton
  499.           Left = 311
  500.           Top = 17
  501.           Width = 47
  502.           Height = 25
  503.           Caption = 'Browse'
  504.           TabOrder = 2
  505.           OnClick = MPEGAudioEncoderFileNameButton2Click
  506.         end
  507.         object UseMPEGAudioEncoder3: TCheckBox
  508.           Left = 16
  509.           Top = 49
  510.           Width = 65
  511.           Height = 17
  512.           Hint = 
  513.             'Use external encoder to encode MPEG-Audio.'#13#10'Layer 3 encode is en' +
  514.             'abled if external encoder is used.'#13#10#13#10'Here is the list of suppor' +
  515.             'ted encoder'#13#10#13#10
  516.           Caption = 'Layer-3'
  517.           TabOrder = 3
  518.           OnClick = UseMPEGAudioEncoder3Click
  519.           OnKeyDown = EditKeyDown
  520.         end
  521.         object MPEGAudioEncoderFileNameEdit3: TComboBox
  522.           Left = 83
  523.           Top = 47
  524.           Width = 224
  525.           Height = 20
  526.           ItemHeight = 12
  527.           TabOrder = 4
  528.           OnKeyDown = EditKeyDown
  529.         end
  530.         object MPEGAudioEncoderFileNameButton3: TButton
  531.           Left = 311
  532.           Top = 44
  533.           Width = 47
  534.           Height = 25
  535.           Caption = 'Browse'
  536.           TabOrder = 5
  537.           OnClick = MPEGAudioEncoderFileNameButton3Click
  538.         end
  539.       end
  540.       object GroupBox8: TGroupBox
  541.         Left = 8
  542.         Top = 96
  543.         Width = 369
  544.         Height = 52
  545.         Caption = 'Sampling frequency convertor'
  546.         TabOrder = 1
  547.         object UseResampler: TCheckBox
  548.           Left = 16
  549.           Top = 22
  550.           Width = 65
  551.           Height = 17
  552.           Hint = 
  553.             'Use external converter for audio sample frequency conversion.'#13#10#13 +
  554.             #10'The following is supported converter.'#13#10#13#10
  555.           Caption = 'Use'
  556.           TabOrder = 0
  557.           OnClick = UseResamplerClick
  558.           OnKeyDown = EditKeyDown
  559.         end
  560.         object ResamplerFileNameEdit: TComboBox
  561.           Left = 83
  562.           Top = 20
  563.           Width = 224
  564.           Height = 20
  565.           ItemHeight = 12
  566.           TabOrder = 1
  567.           OnKeyDown = EditKeyDown
  568.         end
  569.         object ResamplerButton: TButton
  570.           Left = 311
  571.           Top = 17
  572.           Width = 47
  573.           Height = 25
  574.           Caption = 'Browse'
  575.           TabOrder = 2
  576.           OnClick = ResamplerButtonClick
  577.         end
  578.       end
  579.     end
  580.     object TabSheet5: TTabSheet
  581.       Caption = 'VFAPI plug-in'
  582.       ImageIndex = 4
  583.       object Label5: TLabel
  584.         Left = 24
  585.         Top = 271
  586.         Width = 337
  587.         Height = 72
  588.         BiDiMode = bdLeftToRight
  589.         Caption = 
  590.           'VFAPI(Video File API) plug-in expands movie formats which are'#13#10's' +
  591.           'upported by movie authoring software that are supporting VFAPI.'#13 +
  592.           #10#13#10'Several VFAPI plug-ins and development Kits can be downloaded' +
  593.           ' at'#13#10'the following URL (Japanese).'
  594.         ParentBiDiMode = False
  595.         WordWrap = True
  596.       end
  597.       object VFAPIPageButton: TSpeedButton
  598.         Left = 21
  599.         Top = 343
  600.         Width = 342
  601.         Height = 16
  602.         Flat = True
  603.         Font.Charset = ANSI_CHARSET
  604.         Font.Color = clNavy
  605.         Font.Height = -12
  606.         Font.Name = 'MS Sans Serif'
  607.         Font.Style = []
  608.         ParentFont = False
  609.         OnClick = VFAPIPageButtonClick
  610.       end
  611.       object VideoFilePluginList: TListView
  612.         Left = 7
  613.         Top = 8
  614.         Width = 370
  615.         Height = 249
  616.         Checkboxes = True
  617.         Columns = <
  618.           item
  619.             Caption = 'Name'
  620.             Width = 223
  621.           end
  622.           item
  623.             Caption = 'File'
  624.             Width = 95
  625.           end
  626.           item
  627.             Alignment = taRightJustify
  628.             Caption = 'Priority'
  629.             Width = 48
  630.           end>
  631.         ColumnClick = False
  632.         DragMode = dmAutomatic
  633.         FullDrag = True
  634.         GridLines = True
  635.         HideSelection = False
  636.         HotTrackStyles = []
  637.         ReadOnly = True
  638.         PopupMenu = VFAPIPopupMenu
  639.         TabOrder = 0
  640.         ViewStyle = vsReport
  641.         OnMouseMove = VideoFilePluginListMouseMove
  642.       end
  643.     end
  644.   end
  645.   object OKButton: TButton
  646.     Left = 246
  647.     Top = 416
  648.     Width = 75
  649.     Height = 25
  650.     Caption = 'OK'
  651.     ModalResult = 1
  652.     TabOrder = 1
  653.     OnClick = OKButtonClick
  654.   end
  655.   object CancelButton: TButton
  656.     Left = 326
  657.     Top = 416
  658.     Width = 75
  659.     Height = 25
  660.     Cancel = True
  661.     Caption = 'Cancel'
  662.     ModalResult = 2
  663.     TabOrder = 2
  664.   end
  665.   object OpenSoundDialog: TOpenDialog
  666.     Filter = 'Wave file(*.wav)|*.wav|All files(*.*)|*.*'
  667.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  668.     Left = 12
  669.     Top = 415
  670.   end
  671.   object OpenExternalToolDialog: TOpenDialog
  672.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  673.     Left = 44
  674.     Top = 415
  675.   end
  676.   object VFAPIPopupMenu: TPopupMenu
  677.     Left = 76
  678.     Top = 415
  679.     object N1: TMenuItem
  680.       Caption = 'Higher priority'
  681.       OnClick = VFAPIPriorityUpActionExecute
  682.     end
  683.     object N2: TMenuItem
  684.       Caption = 'Lower priority'
  685.       OnClick = VFAPIPriorityDownActionExecute
  686.     end
  687.     object N3: TMenuItem
  688.       Caption = '-'
  689.     end
  690.     object N4: TMenuItem
  691.       Caption = 'Check all'
  692.       OnClick = N4Click
  693.     end
  694.     object N5: TMenuItem
  695.       Caption = 'Uncheck all'
  696.       OnClick = N5Click
  697.     end
  698.   end
  699. end
  700.